kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]Map
/
isEmpty
is
Empty
JS
abstract
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
Returns
true
if the map is empty (contains no elements),
false
otherwise.